    @charset "UTF-8";
    	     
		@import url(https://fonts.googleapis.com/css?family=Sacramento);
		 
		@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates);
		 
			@import url(https://fonts.googleapis.com/css?family=Raleway);
			 
			@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i);
			 
		@import url(https://fonts.googleapis.com/css?family=Bad+Script);

/* Reset */
 
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, {
        margin: 0;
        height:auto;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    
    	::-moz- {
		color: #fff;
		background: #000;  
		text-shadow: none;
	}
	::selection {
		color: #fff;
		background: #3297fd;  
		text-shadow: none;
	}
	::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
 
    ol, ul {
        list-style: none;
    }
 
    blockquote, q {
        quotes: none;
    }
 
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
 
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
 
    body {
        -webkit-text-size-adjust: none;
    }
 
/* Box Model */
 
    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
 
/* Basic */
 
    @media screen and (max-width: 480px) {
 
        html, body {
            min-width: 320px;
        }
 
    }
 
    body.is-loading *, body.is-loading *:before, body.is-loading *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }
 
    html {
        height: 100%;
    }
  
    body {
background: #f9f9f9; 
background-image: url('{text:background image}');
height: 100%; 
background-size:100% 100%, cover;
      overflow-x: auto;
                overflow-y: auto;
  margin-left: auto;      
    margin-right: auto;  
        background-repeat: no-repeat;
        background-attachment:fixed; 
        opacity:1;
    }
    		body:after {
			content: '';
			display: block;
			 overflow-y:hidden;
        overflow-x:hidden;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: inherit;
			opacity: 0;
			z-index: 1;
			background-size: 100px 100px, cover;
			background-position: top left,		center center;
			-moz-transition: opacity 1.75s ease-out;
			-webkit-transition: opacity 1.75s ease-out;
			-ms-transition: opacity 1.75s ease-out;
			transition: opacity 1.75s ease-out;
		}
 
        body.is-loading:after {
            opacity: 1;
             overflow-y:hidden;
        overflow-x:hidden;
        }
/* Type */
 
    body, input, select, textarea {
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 14pt;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.1em;
    }
        @media screen and (max-width: 1680px) {
            body, input, select, textarea {
                font-size: 11pt;
            }
 
        }
 
        @media screen and (max-width: 480px) {
 
            body, input, select, textarea {
                font-size: 10pt;
                line-height: 1.75;
            }
 
        }
    a {
        -moz-transition: color 0.2s ease, border-color 0.2s ease;
        -webkit-transition: color 0.2s ease, border-color 0.2s ease;
        -ms-transition: color 0.2s ease, border-color 0.2s ease;
        transition: color 0.2s ease, border-color 0.2s ease;
        color: inherit;
        text-decoration: none;
         	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
            		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    }
 
        a:before {
            -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
            -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
            -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
            transition: color 0.2s ease, text-shadow 0.2s ease;
            color:#000;
            opacity:0.7;
             	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
        		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
        }
 
        a:hover {
              -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
            -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
            -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
            transition: color 0.2s ease, text-shadow 0.2s ease;
            border-bottom: 0px solid;
            color:black;
            opacity:0.7;
             	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
            		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
        }
          
.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 0px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .7s ease, background-color .7s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: black;
}
.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: black;
}
 ///slide///
 .sliding-middle-out1 {
	display: inline-block;
	position: relative;
	padding-bottom: 0px;
}
.sliding-middle-out1:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: white;
	transition: width .7s ease, background-color .7s ease;
}
.sliding-middle-out1:hover:after {
	width: 100%;
	background: black;
}
.sliding-middle-out1 {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}
.sliding-middle-out1:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: white;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out1:hover:after {
	width: 100%;
	background: white;
}
    strong, b {
          	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
                    color: #000;
        opacity:1;
    }
 
 b:hover {
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
        color: #000;
        opacity:0.9;
    }
   
    em, i {
        font-style: italic;
    }
 
    p {
        margin: 0 0 1.5em 0;
    }
 
    h1, h2, h3, h4, h5, h6 {
        color: #000;
        line-height: 1.5;
        margin: 0 0 0.75em 0;
    }
 
        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            text-decoration: none;
        }
 
    h1 {
        opacity:1;
        	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
        font-size: 1.85em;
        letter-spacing: 0.22em;
        margin: 0 0 0.525em 0;
        font-family: 'Sacramento', cursive;
    }
        h1:hover {
            opacity:0.6;
            	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
        font-size: 1.85em;
        letter-spacing: 0.22em;
        margin: 0 0 0.525em 0;
        font-family: 'Sacramento', cursive;
    }
 
    h2 {
        font-size: 1.25em;
    }
 
    h3 {
        font-size: 1em;
    }
 
    h4 {
        font-size: 1em;
    }
 
    h5 {
        font-size: 1em;
    }
 
    h6 {
        font-size: 1em;
    }
 
    @media screen and (max-width: 480px) {
 
        h1 {
            font-size: 1.65em;
        }
 
    }
   
    sub {
        font-size: 0.8em;
        position: relative;
        top: 0.5em;
    }
 
    sup {
        font-size: 0.8em;
        position: relative;
        top: -0.5em;
    }
 
    hr {
        border: 0;
        border-bottom: solid 1px #000;
        margin: 3em 0;
    }
   
/* Form */

    input {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: solid 0.5px #c8cccf;
        color: inherit;
        display: block;
        outline: 0;
        padding: 0 1em;
        text-decoration: none;
        width: 100%;
    }

    input {
        height: 2.75em;
    }

 
/* List */
 
    ol {
        list-style: decimal;
        margin: 0 0 1.5em 0;
        padding-left: 1.25em;
    }
 
        ol li {
            padding-left: 0.25em;
        }
 
    ul {
        list-style: disc;
        margin: 0 0 1.5em 0;
        padding-left: 1em;
    }
 
        ul li {
            padding-left: 0.5em;
        }
 
        ul.alt {
            list-style: none;
            padding-left: 0;
        }
 
            ul.alt li {
                border-top: solid 1px #c8cccf;
                padding: 0.5em 0;
            }
 
                ul.alt li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }
 
        ul.icons {
            cursor: default;
            list-style: none;
            padding-left: 0;
            margin-top: -0.675em;
        }
 
            ul.icons li {
                display: inline-block;
                padding: 0.675em 0.5em;
            }
 
                ul.icons li a {
                    text-decoration: none;
                    position: relative;
                    display: block;
                    width: 3.75em;
                    height: 3.75em;
                    border-radius: 100%;
                    border: solid 1px #c8cccf;
                    line-height: 3.75em;
                    overflow: hidden;
                    text-align: center;
                    text-indent: 3.75em;
                    white-space: nowrap;
                }
 
                    ul.icons li a:before {
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        font-family: FontAwesome;
                        font-style: normal;
                        font-weight: normal;
                        text-transform: none !important;
                    }
 
                    ul.icons li a:before {
                        color: #ffffff;
                        text-shadow: 1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;
                    }
 
                    ul.icons li a:hover:before {
                        text-shadow: 1.25px 0px 0px #000, -1.25px 0px 0px #000, 0px 1.25px 0px #000, 0px -1.25px 0px #000;
                    }
 
                    ul.icons li a:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: inherit;
                        height: inherit;
                        font-size: 1.85rem;
                        line-height: inherit;
                        text-align: center;
                        text-indent: 0;
                    }
 
                    ul.icons li a:hover {
                        border-color: #000;
                    }
 
            @media screen and (max-width: 480px) {
 
                ul.icons li a:before {
                    font-size: 1.5rem;
                }
 
            }
 
        ul.actions {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }
 
            ul.actions li {
                display: inline-block;
                padding: 0 0.75em 0 0;
                vertical-align: middle;
            }
 
                ul.actions li:last-child {
                    padding-right: 0;
                }
 
    dl {
        margin: 0 0 1.5em 0;
    }
 
        dl dt {
            display: block;
            margin: 0 0 0.75em 0;
        }
 
        dl dd {
            margin-left: 1.5em;
        }
           
        /* Button */
	button,
	.button {
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
		display: inline-block;
		letter-spacing: 0.1em;
		height: 3.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		background-color: transparent;
		border-radius: 4px;
		border: solid 2px #000;
		color: #000 solid !important;
		font-family: 'raleway', sans serif;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
			 -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
	}
		button:hover,
		.fa-arrow-right:hover,
		.button:hover {
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
			border-color: solid 2px #000;
			color: #fff !important;
			background-color: #000;
	-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
		}
		
		.fa-arrow-right {
		    display:none;
		}
    
/* Main */
    #main {
        position: relative;
        min-width: 50%;
         overflow-y:hidden;
        overflow-x:hidden;
        max-width: 100%;
        max-height:100%;
        min-width: 27em;
        padding: 4.5em 3em 3em 3em ;
        background: #E9E4F0;
        border-radius: 10px;
        cursor: default;
        opacity: 0.85;
        text-align: left;
    }
        @media screen and (max-width: 480px) {
 
            #main {
                min-width: 0;
                width: 100%;
                padding: 4em 2em 2.5em 2em ;
            }
 
                #main .avatar:before {
                    left: -2em;
                    width: calc(100% + 4em);
                }
 
        }
/* Footer */
 
    #footer {
        -moz-align-self: -moz-flex-end;
        -webkit-align-self: -webkit-flex-end;
        -ms-align-self: -ms-flex-end;
        align-self: flex-end;
        width: 100%;
        padding: 1.5em 0 0 0;
        color: #000;
        cursor: default;
        text-align: center;
    }
 
        #footer .copyright {
            margin: 0;
            padding: 0;
            font-size: 0.9em;
            list-style: none;
        }
 
            #footer .copyright li {
                display: inline-block;
                margin: 0 0 0 0.45em;
                padding: 0 0 0 0.85em;
                border-left: solid 1px rgba(255, 255, 255, 0.5);
                line-height: 1;
            }
 
                #footer .copyright li:first-child {
                    border-left: 0;
                }

    #front {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-perspective: 1000px;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
        position: relative;
        min-height: 100%;
        padding: 1.5em;
        z-index: 2;
    }
 
         #front > * {
            z-index: 1;
        }
        #widget { 
width: 25%; /*width of the twitter widget*/
}
   
.fa {
	opacity:1;
	color:black;
	background:transparent;
	font-size:44px;
	        -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
	
}
   
.fa-heart {
    position:relative;
    background:none;
    font-size:20px;
    padding:9px;
    right:12px;
    border:0px;
    height:5px;
    width:5px;
 -webkit-animation: fa-beat 2s infinite linear;
  animation: fa-beat 2s infinite linear;
}
@-webkit-keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fa:hover {
    opacity:0.95;
	background:transparent;
	border-radius:50%;
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

   
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background:transparent;
}

/* Modal Content/Box */
.modal-content {
    opacity:1;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 0px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    opacity:1;
       	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    opacity:0.4;
       	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    text-decoration: none;
    cursor: pointer;
}
/* Modal Header */
.modal-header {
    height: 100%;
    opacity:1;
background:#f9f9f9;
    padding: 2px 16px;
    border-radius: 4px !important; 
    color: #000;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    border-radius: 4px !important; 
}

/* Modal Content */
.modal-content {
    position: relative;
    opacity:0.9;
    background-color: #d8d4c5;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    border-radius: 4px !important; 
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

 img {
     height:auto;
     width:auto;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
    }
    /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: #D31027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EA384D, #D31027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EA384D, #D31027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:black;
    border-radius:4px; Important!
    padding: 30px 30px;
    opacity:0.95;
    min-width: 140px; 
    width:150px;
    transform: translateY(0.0em);
    font-family:'Bad Script', Cursive;
    z-index: 1;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 15px 18px;
    border-radius:4px; Important!
    font-family:'Bad Script',Cursive;
    text-decoration: none;
    display: block;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-transition: all .1s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background: #D31027;
     color:#fff ;
    font-family:italic bold 12px/30px 'Bad Script', Cursive;
     letter-spacing: 4px;
     opacity:1;
    border-radius:4px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.img-circle {
    border-radius: 10%;
    width:128px;
    height:128px;
}
#content{
    line-height: 30px;
    color:#000;
    letter-spacing: 4px;
     opacity:1;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
#content:hover{
    line-height: 30px;
    letter-spacing: 4px;
    text-decoration:capitalize;
     opacity:0.9;
     color:#e35d5b;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
#example1{
    line-height: 30px;
    color:#000;
    letter-spacing: 4px;
    width:100%;
    font-family:'Montserrat Alternates', Sans-serif;
     opacity:1;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
#example1:hover{
    line-height: 30px;
    letter-spacing: 4px;
    text-decoration:capitalize;
     opacity:0.8;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.content-2 {
    line-height: 30px;
    font-weight:900;
    color: #06beb6;  /* fallback for old browsers */
color: -webkit-linear-gradient(to right, #48b1bf, #06beb6);  /* Chrome 10-25, Safari 5.1-6 */
color: linear-gradient(to right, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    letter-spacing: 4px;
     opacity:1;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .6s ease-in;
-ms-transition: all .6s ease-in;
-o-transition: all .6s ease-in;
transition: all .6s ease-in;
}
.content-2:hover{
    line-height: 30px;
    letter-spacing: 4px;
    text-decoration:capitalize;
     opacity:0.9;
     color:#ffffff;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .6s ease-in;
-ms-transition: all .6s ease-in;
-o-transition: all .6s ease-in;
transition: all .6s ease-in;
}
hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
.w3-modal{
    padding:2px 0px;
    position:absolute;
    background:transparent;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}
hr.style16 {
	border-top: 0px solid #000;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
hr.style16:after {
	content: 'X';
	display: inline;
	position: relative;
	top: -50px;
	padding: 0px 0px;
	background: transparent;
	color: black;
	font-size: 50px;
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
hr.style16:hover {
	opacity:0.7;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
/////instagram///////
#instagram{
 display:block;
 overflow:hidden;
}

.instagram{
    position:relative;
 text-align:center; 
 letter-spacing:3px;
  padding: 0 10px;
}

.instagram-placeholder, .flick {
width: 150px;
height: 150px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
margin:3px;
display: inline-block;
border-radius: 70%;
-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.instagram-placeholder:hover, .flick:after{
    border-radius: 2%;
    width: 150px;
    height:150px;
 transition: 0.5s ease;
  opacity: 1;
  background:#D31027;
 Background-Image: url(https://static.tumblr.com/c1ci5nm/O7cox8avl/image.png);
background-position:center;
background-repeat: no-repeat;
background-size: 50% 50%;
}
.instagram-placeholder:hover{
   -webkit-filter: opacity(1);
  filter: opacity(1);
   transition: 0.5s ease;
}
////block posts////
    
      .wrap {
        width: 90%;
        padding: 0 5%;
        max-width: 48em;
        margin: 0 auto;
        overflow: hidden;
      }
      
      article {
        margin-top: 4em;
      }
      .post img,
      .photoset,
      .photoset img,
      .photoset_row {
        max-width: 100%;
      }
      
      .post iframe, .video object {
        width: 100%;
        max-width: 100%;
      }
      
      .post blockquote {
        padding-left: 1em;
        border-left: 1px solid #ddd;
      }
      
      .post ul, .post ol {
        margin-left: 2em;
      }
      
      .post footer ul, .post footer ol {
        margin: 0;
      }
      
      .quote blockquote {
        padding: 0;
        border: none;
        font-style: italic;
      }
      
      .quote .source {
        text-align: right;
      }
      
      .post footer {
        padding: 0;
        margin-top: 1em;
        color: #aaa;
        font-style: italic;
      }
      
      .post footer a {
        color: #aaa;
      }
      
      .post footer a:hover {
        color: #999;
      }
      
      .post footer .source {
        float: right;
        margin-right: 0;
      }
      
      .post footer ul li {
        display: inline-block;
        margin-right: 1em;
      }
      
      .tags {
        margin-top: 1em;
      }
      
      .pagination {
        margin-top: 4em;
        text-align: center;
        line-height: 3em;
        overflow: hidden;
      }
      
      .pagination a {
        display: block;
        height: 3em;
        padding: 0 1em;
        border-radius: 0.25em;
      }
      
      .pagination a:hover {
        background: #eee;
        text-decoration: none;
      }
      
      .pagination .previous {
        float: left;
      }
      
      .pagination .next {
        float: right;
      }

    
      footer.wrap {
        padding-top: 2em;
        padding-bottom: 2em;
      }
      
      ul.pages {
        list-style: none;
      }
      
      ul.pages li {
        display: inline-block;
        margin-right: 1em;        
      }
      
      ul.pages li a {
        display: block;
        height: 3em;
        line-height: 3em;
      }
      
      
      /* Permalink Notes */
      
      aside.notes {
        margin-top: 4em;
      }
      
      ol.notes {
        list-style: none;
        margin-top: 1em;
        border: 1px solid #ddd;
        border-radius: 0.25em;
      }
      
      ol.notes, ol.notes a {
        color: #aaa;
      }
      
      li.note {
        display: block;
        line-height: 2em;
        padding: 0.5em 1em;
        border-bottom: 1px solid #ddd;
      }
      li.note:last-child {
        border: none;
      }
      
      ol.notes li.note img.avatar {
        display: block;
        float: left;
        width: 2em;
        height: 2em;
        margin-right: 1em;
        border-radius: 0.25em;
      }
      
      .notes .action a {
        color: {color:Text};
      }
      
      .action {
        display: block;
        margin-left: 3em;
      }
      
      .notes blockquote {
        line-height: 1.5;
        margin-left: 3em;
      }
      
        /* Permalink Notes */
      
      aside.notes {
        margin-top: 4em;
      }
      
      ol.notes {
        list-style: none;
        margin-top: 1em;
        border: 1px solid #ddd;
        border-radius: 0.25em;
      }
      
      ol.notes, ol.notes a {
        color: #aaa;
      }
      
      li.note {
        display: block;
        line-height: 2em;
        padding: 0.5em 1em;
        border-bottom: 1px solid #ddd;
      }
      li.note:last-child {
        border: none;
      }
      
      ol.notes li.note img.avatar {
        display: block;
        float: left;
        width: 2em;
        height: 2em;
        margin-right: 1em;
        border-radius: 0.25em;
      }
      
      .notes .action a {
        color: {color:Text};
      }
      
      .action {
        display: block;
        margin-left: 3em;
      }
      
      .notes blockquote {
        line-height: 1.5;
        margin-left: 3em;
      }
		  
<dropdown-2>
    /* Dropdown Button */
.dropbtn-2 {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-2 {
    position: relative;
    display: inline-block;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-2 {
    display: none;
    position: absolute;
background: #457fca;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5691c8, #457fca);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5691c8, #457fca); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:black;
    border-radius:4px; Important!
    padding: 30px 30px;
    opacity:0.95;
    min-width: 140px; 
    width:180px;
    transform: translateY(0.0em);
    font-family:'Bad Script', Cursive;
    z-index: 1;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* Links inside the dropdown */
.dropdown-content-2 a {
    color: white;
    padding: 15px 18px;
    border-radius:4px; Important!
    font-family:'Bad Script',Cursive;
    text-decoration: none;
    display: block;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-transition: all .1s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
/* Change color of dropdown links on hover */
.dropdown-content-2 a:hover {
background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#fff ;
    font-weight:500;
    font-family:'Bad Script', Cursive;
     letter-spacing: 4px;
     opacity:1;
    border-radius:4px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}

/* Show the dropdown menu on hover */
.dropdown-2:hover .dropdown-content-2 {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-2:hover .dropbtn-2 {
    background-color: #3e8e41;
}
//////DROP-DOWN-3//////
.dropbtn-3 {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-3 {
    position: relative;
    display: inline-block;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-3 {
    display: none;
    position: absolute;
    background: #cb2d3e; ;
    border-radius:2px; Important!
    padding: 30px 30px;
    opacity:0.985;
    min-width: 140px; 
    width:200px;
    transform: translateY(0.0em);
    font-family:'Bad Script', Cursive;
    z-index: 1;
    	transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* Links inside the dropdown */
.dropdown-content-3 a {
    color: white;
    font-weight:450;
    padding: 10px 18px;
    border-radius:2px; Important!
    font-family:'Bad Script',Cursive;
    text-decoration: none;
    text-align:center;
    display: block;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-transition: all .1s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
/* Change color of dropdown links on hover */
.dropdown-content-3 a:hover {
    background: Transparent;
color:#fff;
    font-family:italic bold 12px/30px 'Bad Script', Cursive;
     opacity:1;
    border-radius:2px; Important!
    -webkit-transition: all .1s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}

/* Show the dropdown menu on hover */
.dropdown-3:hover .dropdown-content-3 {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-3:hover .dropbtn-3 {
    background-color: #3e8e41;
}

.fa-retweet, .fa-thumbs-up{
        opacity:0.95;
	border-radius:50%;
}
.fa-retweet:hover, .fa-thumbs-up:hover{
  transform: scale(0.98);
}
.fa-share {
        opacity:0.95;
	border-radius:50%;
}
.fa-share:hover {
    opacity:1;
  transform: scale(1.0);
}
.prev-next {
    background:#000;
    font-size:20px;
    padding:10px 10px;
    border-radius:4px;
    color:#fff;
    opacity:1;
    border:1px;
    font-family:'Montserrat Alternates', Sans-serif;
    	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.prev-next:hover {
    color:#000;
    font-size:20px;
    letter-spacing:-2px;
   background: #f9f9f9; 
    opacity:1;
     border:1px;
     	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.prev-next-1{
    color:white;
    padding:100px 50px;
    text-align:left;
font-family:Montserrat Alternates, sans-serif;
    width:100%; background: #ff5e62; opacity:1;
    border-radius:4px;
    	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=90); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.prev-next-1:hover{
    color:black;
    background:#FFAF4D;
    border:1px #ff5e62;
    border-radius:4px;
    	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=90); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.post-color{
     color:#000;
    padding:100px 50px;
    text-align:left;
font-family:Montserrat Alternates, sans-serif;
    width:100%;
 background: #ffb347;
    opacity:1;
    border-radius:4px;
    	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.post-color-6{
     color:#000;
    padding:100px 50px;
    text-align:left;
font-family:Montserrat Alternates, sans-serif;
    width:100%;
 background: #fff;
 border:1px #000;
    opacity:1;
    border-radius:4px;
    	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    filter: alpha(opacity=50); /* For IE8 and earlier */
		-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
	#mc_embed_signup{
	    position:relative;
	    font-family:'Montserrat Alternates', Sans-serif;
	   background: #d7d2cc;
	   color:black;
	   text-align:left;
	   border-radius:4px;
	    width:100%;
	    opacity:1;
	    clear:left; 
	    padding:0% 60px;
	    font:14px;
	    	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
		#mc_embed_signup:hover{
	    position:relative;
	    font-family:'Montserrat Alternates', Sans-serif;
	   background: #d9a7c7;
	   border-radius:4px;
	    width:100%;
	    opacity:0.8;
	    clear:left; 
	    padding:0% 60px;
	    font:14px;
	    	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
	
	.button-1 {
	    background:white;
	    font-family:'Montserrat Alternates', Sans-serif;
	    color:black;
	    letter-spacing:-1px;
	    border:0px;
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
		.button-1:hover {
	    background:#FF4E50;
	    letter-spacing:2px;
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
	.mc-field-group .requiredemail{
	    border:0px;
	    border-radius:2px;
	    position:left;
	}
	.subscribe-title{
	    color:black;
	    font-family:'Montserrat Alternates', Sans-serif;
	    font-size:24px;
	}
	/*COMING SOON*/
	/*To turn on coming soon page write 'visible' in visibility option and to hide it write 'hidden' there*/
.popup {
    display:block;
    background: url({image:comingsoonbackground);
    z-index: 100;
    position:fixed;
    font-family:'Montserrat Alternates', Sans-serif;
    background: #000;
    opacity:0.9;
    color:white;
    padding: 4.0em 3em 3em 3em ;
    border:0px;
    border-radius:0%;
    margin:0 auto;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}

.popup-1 {
    display:block;
    background: #f9f9f9 url('');
    z-index: 100;
    position:fixed;
    font-family:'Montserrat Alternates', Sans-serif;
    opacity:0.85;
    padding: 4em 3em 3em 3em ;
    border-radius:0%;
    color:white;
    border:0px;
    margin:auto;
    background-size:100% 100%;
    top:10%;
    left:10%;
    width:80%;
    height:60%;
}
.video-player{
    position: fixed;
    top:0px; 
    width: 100%; 
    height: 100%;
}
/*********side bar nav***********/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    opacity:0.95;
    z-index: 1;
    top: 0;
    left: 0;
    background:#EA384D;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    opacity:1;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    opacity:0.5;
}

.sidenav .closebtn {
    position: absolute;
    display:inline-block;
    color:#000;
    background:transparent;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.about-me-social{
    display:inline;
}
.canvas {
  vertical-align: bottom;
}
.avatar-image{
    border-radius:50%;
     	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
}
.avatar-image:hover{
    border-radius:50%;
    color:#fff;
    opacity:0.6;
    	-webkit-transform: rotate(1080deg);
	-moz-transform: rotate(1080deg);
	transform: rotate(1080deg);
	 -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
}
.avatar-image-1{
    border-radius:0%;
     	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
}
.widget-1{
        width: 80%
        height:80%;
}
{block:ifslideshow}
/**********slideshow************/

.slideshow,
.slideshow:after {
    position: fixed;
    overflow-x:hidden;
    overflow-y:hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.slideshow     li{
    color:transparent;
    }
.slideshow li span {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-repeat: none;
    opacity: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    -o-animation: imageAnimation 12s linear infinite 0s;
    -ms-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s;
}
.slideshow li:nth-child(1) span { 
    background-image: url('{image:slide show background 1}');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    }
.slideshow li:nth-child(2) span {
    background-image: url('{image:slide show background 2}');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
/* Animation for the slideshow images */
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
{/block:ifslideshow}

.fa-twitter:hover {
        	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg) scale(1.1);
 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.fa-instagram:hover {
        	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg) scale(1.1);
 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
/***********slide down**************/
#panel {
    padding: 5px;
    z-index:100;
    text-align: center;
    background-color: #FF7272;
    color:white;
    font-family:'Montserrat Alternates', Sans-serif;
    opacity:0.8;
    border: solid 0px ;
    width:100%;
    border-radius:4px;
}
#flip{
    padding: 5px;
    text-align: center;
    background-color: #fc6767;
    color:white;
    opacity:0.9;
    letter-spacing:0px;
    font-family:'Montserrat Alternates', Sans-serif;
    border: solid 2px #fc6767;
    border-radius:4%;
    transition:0.6s;
}
#flip:hover {
    letter-spacing:2px;
    transition:0.8s;
}

#panel {
    padding: 20px;
    display: none;
    font-family:'Montserrat Alternates', Sans-serif;
}
/****************slide down 2 ******************/
#panel-1 {
    padding: 5px;
    z-index:100;
    text-align: center;
    background-color: transparent;
    color:white;
    font-family:'Montserrat Alternates', Sans-serif;
    opacity:1;
    border: solid 0px ;
    width:100%;
    border-radius:4px;
}
#flip-1{
    padding: 5px;
    text-align: center;
    background-color: #fc6767;
    color:white;
    opacity:0.9;
    letter-spacing:0px;
    font-family:'Montserrat Alternates', Sans-serif;
    border: solid 2px #fc6767;
    border-radius:4%;
    transition:0.6s;
}
#flip-1:hover {
    letter-spacing:2px;
    transition:0.8s;
}

#panel-1 {
    padding: 20px;
    display: none;
    font-family:'Montserrat Alternates', Sans-serif;
}
/****************slide down 3 ******************/
#panel-2 {
    padding: 5px;
    z-index:100;
    text-align: center;
    background-color: transparent;
    color:white;
    font-family:'Montserrat Alternates', Sans-serif;
    opacity:1;
    border: solid 0px ;
    width:100%;
    border-radius:4px;
}
#flip-2{
    padding: 5px;
    text-align: center;
    background-color: #fc6767;
    color:white;
    opacity:0.9;
    letter-spacing:0px;
    font-family:'Montserrat Alternates', Sans-serif;
    border: solid 2px #fc6767;
    border-radius:4%;
    transition:0.6s;
}
#flip-2:hover {
    letter-spacing:2px;
    transition:0.8s;
}

#panel-2 {
    padding: 20px;
    display: none;
    font-family:'Montserrat Alternates', Sans-serif;
}
.button-2 {
	    background:#ccc;
	    font-family:'Montserrat Alternates', Sans-serif;
	    color:white;
	    letter-spacing:-1px;
	    border:0px;
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
		.button-2:hover {
	    background:#FF4E50;
	    letter-spacing:2px;
	 -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
	}
			
		///////////////nav////////////////
		.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav li {
    display:inline-block;
    float: center;
    height:30px;
    width: 70px; /*new*/
    text-align: center; /*new*/
    transition: all 0.6s ease-in-out;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav .home {
    background: transparent;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav .about {
     background: transparent;
     float:center;
     padding:-10px 100px;
       	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav .projects {
     background: transparent;
     padding:-10px 100px;
       	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav .contact {
    background: transparent;
     padding:-10px 100px;
       	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav li i {
    padding: 10px 0px;
    color:#000;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav li b {
    padding: 10px 0px;
    display: none;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav a:hover {
    padding: 10px 0px;
    color: #000;
     -webkit-animation: fa-beat 10s infinite linear;
  animation: fa-beat 10s infinite linear;
    	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav a:hover i {
    padding: 10px 0px;
    display: none;
      	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.nav a:hover b {
    padding: 15px 0px;
    display: block;
     -webkit-animation: fa-beat 10s infinite linear;
  animation: fa-beat 10s infinite linear;
  	-webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
#sub-1{
   background:#f83600;
   font-family:'Montserrat Alternates', Sans-serif;
   width:40%;
}
  .sear-1 {
    border:1px;  
    border-color:black;
    width:100%;
    background:black;
    font-family:'Montserrat Alternates', Sans-serif;
  }
  .inpu{
     border:0px;  
    width:100%; 
    background:#f2f2f2;
    font-family:'Montserrat Alternates', Sans-serif;
  }
  /* ---------- LIVE-CHAT ---------- */

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 0px;
	position: fixed;
	width: 100%;
	z-index:1;
}

#live-chat header {
	background: #ffcc33;
	font-family:'Montserrat Alternates', Sans-serif;
	opacity:0.9;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
}
.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	opacity:0.9;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family:'Montserrat Alternates', Sans-serif;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat {
	background: #fff;
	opacity:0.95;
}

.chat-history {
	height: 400px;
	padding: 8px 24px;
	overflow-y: scroll;
	overflow-x:scroll;
	background:#e5fcd1 url(https://images.pexels.com/photos/1855644/pexels-photo-1855644.jpeg?cs=srgb&dl=bird-s-eye-view-cliffs-daylight-1855644.jpg&fm=jpg);
	background-size:100% 100%;
}

.chat-message {
	margin: 16px 0;
}

.chat-message img {
	border-radius: 50%;
	font-family:'Montserrat Alternates', Sans-serif;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
	font-family:'Montserrat Alternates', Sans-serif;
}
.chatbox__title__close:hover{
   box-shadow: 5px 5px #888888;
}